Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Description
When a config file is obtained from within a jar file, the jar file is locked. This causes trouble when the application needs to be reloaded. See also bug #47465 in log4j. The solution is to set the setDefaultUseCaches to false when opening the url connection.